google.golang.org/protobuf/internal/impl.unmarshalOptions.depth (field)

5 uses

	google.golang.org/protobuf/internal/impl (current package)
		decode.go#L28: 	depth int
		decode.go#L50: 	depth:    protowire.DefaultRecursionLimit,
		decode.go#L69: 		depth:    in.Depth,
		decode.go#L90: 	opts.depth--
		decode.go#L91: 	if opts.depth < 0 {